select serial_no from stamps,paper_master,printsize_master where stamps.serial_no!='' and paper_master.paper_code=stamps.paper_code and paper_master.paper='Watermarked paper' and printsize_master.printsize_code=stamps.printsize_code and printsize_master.printsize='3.55 X 2.5' and year(stamps.issue_date)=1980 and year(stamps.issue_date)=Print Size order by serial_no